home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1999 #2
/
Amiga Plus CD - 1999 - No. 2.iso
/
System-Boost
/
Workbench
/
Archive
/
XPK
/
xpk_Develop
/
Include
/
Old-C
/
libraries
/
xpk.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-11-16
|
361 b
|
25 lines
#ifndef LIBRARIES_XPK_H
#define LIBRARIES_XPK_H
/*
** $VER: libraries/xpk.h 3.10 (19.11.96)
**
** DO NOT use this in new code, it's here
** for compatibility only.
*/
#ifndef XPK_XPKOBSOLETE_H
#include <xpk/xpkobsolete.h>
#endif
#ifndef XPK_XPK_H
#include <xpk/xpk.h>
#endif
#ifndef _PROTO_XPK_H
#include <proto/xpk.h>
#endif
#endif /* LIBRARIES_XPK_H */